home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pgscan04.zip / PGSCAN.DOC < prev    next >
Text File  |  1992-04-30  |  1KB  |  39 lines

  1.  
  2.                   Custom Software Copyright 1992
  3.                          408-297-9660
  4.  
  5.                         PGscan Version 0.4
  6.  
  7.  
  8. PGscan automatically extracts the names of the incoming batch files which
  9. are passed to pkunzip which extracts them to the temp directory.
  10. McCaffee's Scan is then run on the temp directory and the temp
  11. directory is erased.
  12.  
  13.  
  14.                            PCBOARD
  15.  
  16. Pkunzip and McCaffe's Scan must be in your Path.
  17.  
  18. In the autoexec.bat you need to add some set statements to tell PGscan
  19. where you want files put.
  20.  
  21. You must set your path to your holding directory for files that
  22. fail verification.
  23. example: SET SCANHOLD=C:\ZIP\HOLD
  24.  
  25. You must also set the path for where you want files which pass verification.
  26. example: SET PCBUPLD=C:\ZIP
  27.  
  28. and also set the TEMP dir for Pkunzip and Scan to use for a work file.
  29. example: SET TEMP=C:\TEMP
  30. If you have a ram disk set it up as your temp, be aware though that the ram
  31. disk is completly erased with each pass.
  32.  
  33. You must also set your path to pcboard in the autoexec!
  34. example: SET PCBPRIVUPLD=C:\PCB\PRIVUPLD
  35. (14.5a allways receives uploads to here)
  36.  
  37.  
  38.  
  39.